RemoveXHRBreakpointRequest

data class RemoveXHRBreakpointRequest(url: String)

Represents request frame that can be used with DOMDebugger#removeXHRBreakpoint operation call.

Removes breakpoint from XMLHttpRequest.

See also

Constructors

RemoveXHRBreakpointRequest
Link copied to clipboard
fun RemoveXHRBreakpointRequest(url: String)

Properties

url
Link copied to clipboard
val url: String
Resource URL substring.

Sources

jvm source
Link copied to clipboard